home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 February: Technology Seed / Mac Tech Seed Feb '97.toast / ODF Release 3 / ODFDev / ODF / OS / FWMenu / FWMenu.h < prev    next >
Encoding:
Text File  |  1996-12-16  |  554 b   |  29 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                FWMenu.h
  4. //    Release Version:    $ ODF 3 $
  5. //
  6. //    Copyright:    (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifndef FWMENU_H
  11. #define FWMENU_H
  12.  
  13. #ifndef FWMNUBAR_H
  14. #include "FWMnuBar.h"
  15. #endif
  16.  
  17. #ifndef FWMNUITM_H
  18. #include "FWMnuItm.h"
  19. #endif
  20.  
  21. #ifndef FWPULLDM_H
  22. #include "FWPullDM.h"
  23. #endif
  24.  
  25. #ifndef FWMENUS_K
  26. #include "FWMenus.k"
  27. #endif
  28.  
  29. #endif